home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Breaker.exe / scripts / frame_20 / DoAction.as
Text File  |  2006-05-29  |  734b  |  50 lines

  1. count = "0";
  2. while(count < "56")
  3. {
  4.    count += "1";
  5.    set("tab" add count,"0");
  6. }
  7. count = "0";
  8. while(count < "8")
  9. {
  10.    count += "1";
  11.    set("tab" add count,"1");
  12. }
  13. count = "9";
  14. while(count < "15")
  15. {
  16.    count += "1";
  17.    set("tab" add count,"1");
  18. }
  19. count = "18";
  20. while(count < "22")
  21. {
  22.    count += "1";
  23.    set("tab" add count,"1");
  24. }
  25. count = "27";
  26. while(count < "29")
  27. {
  28.    count += "1";
  29.    set("tab" add count,"1");
  30. }
  31. count = "34";
  32. while(count < "38")
  33. {
  34.    count += "1";
  35.    set("tab" add count,"1");
  36. }
  37. count = "41";
  38. while(count < "47")
  39. {
  40.    count += "1";
  41.    set("tab" add count,"1");
  42. }
  43. count = "48";
  44. while(count < "56")
  45. {
  46.    count += "1";
  47.    set("tab" add count,"1");
  48. }
  49. gotoAndPlay(70);
  50.